From: Po Lu Date: Sat, 27 Nov 2021 06:57:59 +0000 (+0800) Subject: Set motion event time when handling XI2 motion events X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~4088^2~26 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=828a193066bace5785ac87be75d312dace06ad68;p=emacs.git Set motion event time when handling XI2 motion events * src/xterm.c (handle_one_xevent): Set motion event time when handling XI_Motion. --- diff --git a/src/xterm.c b/src/xterm.c index c7950c6f9fc..8045470bdd3 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -10085,6 +10085,7 @@ handle_one_xevent (struct x_display_info *dpyinfo, ev.x = lrint (xev->event_x); ev.y = lrint (xev->event_y); ev.window = xev->event; + ev.time = xev->time; previous_help_echo_string = help_echo_string; help_echo_string = Qnil;